Acorn Labs, Inc. is a developer-first publisher whose open-source tools re-imagine how command-line work and AI scripting are performed on Windows workstations. The company’s two utilities, clio and gptscript, sit at the intersection of developer productivity and generative-AI automation. clio acts as a safety-conscious CLI copilot: it wraps native Windows shells, suggests context-aware commands, explains flags in plain language, and blocks destructive operations before they execute, making it popular with DevOps engineers who manage Azure resources, Docker containers, or Git repositories and want guardrails while they learn new tooling. gptscript, by contrast, is a purpose-built scripting language that embeds OpenAI calls directly into batch files, PowerShell side-scripts, or scheduled tasks; infrastructure teams use it to generate adaptive deployment scripts, security analysts auto-draft incident reports from log streams, and hobbyists chain LLM prompts into reusable Windows macros without writing Python or JavaScript. Together the pair form a lightweight ecosystem for AI-assisted system administration, documentation generation, and workflow templating, all while remaining dependency-free and fully offline-capable once models are cached. Acorn Labs’ software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest upstream release, and can be pulled in batch alongside other applications.

clio

Your friendly and safe CLI Copilot

Details
gptscript

GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI.

Details